home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / Database / SEEALSOLIB.dxr / Internal_7_Click on Lib seealso..ls < prev    next >
Encoding:
Text File  |  2003-03-14  |  298 b   |  12 lines

  1. global gCurSeeLibList
  2.  
  3. on mouseUp
  4.   set whatLine to the mouseLine
  5.   if (whatLine > 0) and (whatLine <= count(gCurSeeLibList)) then
  6.     set whatItem to getAt(gCurSeeLibList, whatLine)
  7.     showDBItem(whatItem)
  8.     set the modal of window "seeAlsoLib" to 0
  9.     close(window "seeAlsoLib")
  10.   end if
  11. end
  12.